Levoric Learn LOGO

Levoric Learn




HTML Tutorial

Introduction <video> tag


The "<video>" part of the HTML helps to put a video player into your document that can show videos. You can use <video> for sound too, but the <audio> element might give a better experience to users.
The <video> tag is used to put video stuff in a paper, like movie parts or other kinds of videos.
The video tag has one or more source tags that have different types of videos. The browser will pick the first option it can use.
The words between the <video> and </video> signs will only show up in internet browsers that don't work with the video feature.
There are three supported <video> formats in HTML: MP4, WebM, and OGG.

HTML Example

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset ="UTF-8">
<!--This is our webpage it's our very first webpage-->
<title>Levoric | HTML Fundamentle Tutorial</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--Write your content here levoriclearn top degree online and program-->
<h1>What is video tag ?</h1>
<video width="640" height="360" controls>
<source src="video.mp4" type="video/mp4">
</video>
<!--Write your content here levoriclearn top degree online and program-->
</body>
</html>


output


What is <video> tag ?

Download Now





Support Browser
Element LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree
<video> Yes Yes Yes Yes Yes